-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Port #[no_implicit_prelude]
to the new attribute parsing infrastructure
#143237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Port #[no_implicit_prelude]
to the new attribute parsing infrastructure
#143237
Conversation
Some changes occurred in compiler/rustc_passes/src/check_attr.rs Some changes occurred in compiler/rustc_attr_parsing Some changes occurred in compiler/rustc_attr_data_structures |
5172406
to
a96330e
Compare
@bors r+ rollup |
Rollup of 12 pull requests Successful merges: - #136801 (Implement `Random` for tuple) - #141867 (Describe Future invariants more precisely) - #142760 (docs(fs): Touch up grammar on lock api) - #143181 (Improve testing and error messages for malformed attributes) - #143210 (`tests/ui`: A New Order [19/N] ) - #143212 (`tests/ui`: A New Order [20/N]) - #143230 ([COMPILETEST-UNTANGLE 2/N] Make some compiletest errors/warnings/help more visually obvious) - #143240 (Port `#[rustc_object_lifetime_default]` to the new attribute parsing …) - #143255 (Do not enable LLD by default in the dist profile) - #143262 (mir: Mark `Statement` and `BasicBlockData` as `#[non_exhaustive]`) - #143269 (bootstrap: make comment more clear) - #143279 (Remove `ItemKind::descr` method) Failed merges: - #143237 (Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure) r? `@ghost` `@rustbot` modify labels: rollup
a96330e
to
f793856
Compare
^ Rebased because of conflicts |
@bors r+ rollup |
Another candidate for #142964, nice |
f793856
to
e27211a
Compare
@bors r+ rollup |
@bors rollup=never |
seems surprisingly conflicty 🤷 |
Rollup of 6 pull requests Successful merges: - #134006 (setup typos check in CI) - #142876 (Port `#[target_feature]` to new attribute parsing infrastructure) - #143038 (avoid suggesting traits from private dependencies) - #143083 (Fix rustdoc not correctly showing attributes on re-exports) - #143283 (document optional jobs) - #143329 (minicore: use core's `diagnostic::on_unimplemented` messages) Failed merges: - #143237 (Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure) r? `@ghost` `@rustbot` modify labels: rollup
☔ The latest upstream changes (presumably #143363) made this pull request unmergeable. Please resolve the merge conflicts. |
…ture Signed-off-by: Jonathan Brouwer <[email protected]>
e27211a
to
fee5e3c
Compare
^ Rebased (again :P) on master |
@bors r+ |
@bors r=jdonszelmann,oli-obk |
💡 This pull request was already approved, no need to approve it again.
|
No attr prs in the queue, back to @bors rollup=iffy |
Ports no_implicit_prelude to the new attribute parsing infrastructure for #131229 (comment)
r? @oli-obk
cc @jdonszelmann